Bump versions
authorFelix Krull <f_krull@gmx.de>
Sun, 15 Dec 2019 14:17:51 +0000 (15:17 +0100)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index c5706327e2f43507a751f35b5b98b19a11a15c60..83720c5dbbf42ecab60aa082df238e4a397e3b27 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.6.2"
+version = "0.7.0"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -40,7 +40,7 @@ gio = "0.8.0"
 glib-sys = "0.9.1"
 gobject-sys = "0.9.1"
 gio-sys = "0.9.1"
-ostree-sys = { version = "0.5.2", path = "sys" }
+ostree-sys = { version = "0.5.3", path = "sys" }
 
 [dev-dependencies]
 maplit = "1.0.1"
index a1b58df560d5fa9cb9819c1a16e9d7d4fbb7b2bb..9f796df53aedb06a83fbff27cf785ca1d42a2744 100644 (file)
@@ -31,7 +31,7 @@ To use the crate, add it to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-ostree = "0.6"
+ostree = "0.7"
 ```
 
 To use features from later libostree versions, you need to specify the release
@@ -39,8 +39,8 @@ version as well:
 
 ```toml
 [dependencies.ostree]
-version = "0.6"
-features = ["v2019_3"]
+version = "0.7"
+features = ["v2019_6"]
 ```
 
 ## Developing
index 8b7905c869a0541d710e64f530185980cf127c23..48e12a8ee305ca8f53ad2b29773d1c92455a0006 100644 (file)
@@ -62,6 +62,6 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.5.2"
+version = "0.5.3"
 [package.metadata.docs.rs]
 features = ["dox"]